home *** CD-ROM | disk | FTP | other *** search
/ Chip 2001 June / CHIP Haziran 2001.iso / prog / video / 04 / setup.exe / TMPGEnc.exe / 1033 / RCDATA / TMPEGCONFIG_24FPSFORM / TMPEGCONFIG_24FPSFORM.txt
Text File  |  2001-04-04  |  8KB  |  346 lines

  1. object MPEGConfig_24fpsForm: TMPEGConfig_24fpsForm
  2.   Left = 262
  3.   Top = 137
  4.   BorderStyle = bsDialog
  5.   ClientHeight = 710
  6.   ClientWidth = 735
  7.   Color = clBtnFace
  8.   Font.Charset = ANSI_CHARSET
  9.   Font.Color = clWindowText
  10.   Font.Height = -12
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   OldCreateOrder = False
  14.   Position = poScreenCenter
  15.   Scaled = False
  16.   ShowHint = True
  17.   OnCreate = FormCreate
  18.   OnDestroy = FormDestroy
  19.   OnShow = FormShow
  20.   PixelsPerInch = 96
  21.   TextHeight = 12
  22.   object OKButton: TButton
  23.     Left = 6
  24.     Top = 9
  25.     Width = 74
  26.     Height = 25
  27.     Caption = 'OK'
  28.     Default = True
  29.     ModalResult = 1
  30.     TabOrder = 2
  31.     OnClick = OKButtonClick
  32.   end
  33.   object CancelButton: TButton
  34.     Left = 6
  35.     Top = 38
  36.     Width = 74
  37.     Height = 25
  38.     Cancel = True
  39.     Caption = 'Cancel'
  40.     ModalResult = 2
  41.     TabOrder = 3
  42.   end
  43.   object ViewBoxPanel: TPanel
  44.     Left = 86
  45.     Top = 8
  46.     Width = 644
  47.     Height = 175
  48.     BevelOuter = bvNone
  49.     BorderStyle = bsSingle
  50.     TabOrder = 0
  51.     object ViewBox: TDXPaintBox
  52.       Left = 0
  53.       Top = 0
  54.       Width = 640
  55.       Height = 156
  56.       Hint = 'Right click to Popup menu.'
  57.       AutoStretch = False
  58.       Center = False
  59.       KeepAspect = True
  60.       Stretch = False
  61.       ViewWidth = 0
  62.       ViewHeight = 0
  63.       Align = alClient
  64.       Enabled = False
  65.       PopupMenu = PopupMenu
  66.       OnClick = ViewBoxClick
  67.       OnMouseDown = ViewBoxMouseDown
  68.     end
  69.     object DoubleClickLabel: TLabel
  70.       Left = 240
  71.       Top = 80
  72.       Width = 179
  73.       Height = 12
  74.       Caption = 'No video source is selected.'
  75.     end
  76.     object VideoScrollBar: TScrollBar
  77.       Left = 0
  78.       Top = 156
  79.       Width = 640
  80.       Height = 15
  81.       Align = alBottom
  82.       Enabled = False
  83.       Max = 0
  84.       PageSize = 0
  85.       PopupMenu = PopupMenu
  86.       TabOrder = 0
  87.       OnChange = VideoScrollBarChange
  88.       OnScroll = VideoScrollBarScroll
  89.     end
  90.   end
  91.   object Panel2: TPanel
  92.     Left = 6
  93.     Top = 191
  94.     Width = 724
  95.     Height = 513
  96.     BevelOuter = bvNone
  97.     BorderStyle = bsSingle
  98.     TabOrder = 1
  99.     object PreviewBox: TDXPaintBox
  100.       Left = 0
  101.       Top = 14
  102.       Width = 720
  103.       Height = 480
  104.       Hint = 'Right click to Popup menu.'
  105.       AutoStretch = False
  106.       Center = True
  107.       KeepAspect = False
  108.       Stretch = False
  109.       ViewWidth = 0
  110.       ViewHeight = 0
  111.       Align = alClient
  112.       Enabled = False
  113.       PopupMenu = PopupMenu
  114.       OnClick = PreviewBoxClick
  115.     end
  116.     object FrameInfoLabel: TLabel
  117.       Left = 0
  118.       Top = 0
  119.       Width = 720
  120.       Height = 14
  121.       Align = alTop
  122.       AutoSize = False
  123.     end
  124.     object VideoScrollBar24fps: TScrollBar
  125.       Left = 0
  126.       Top = 494
  127.       Width = 720
  128.       Height = 15
  129.       Align = alBottom
  130.       PageSize = 1
  131.       PopupMenu = PopupMenu
  132.       TabOrder = 0
  133.       OnChange = VideoScrollBar24fpsChange
  134.       OnScroll = VideoScrollBar24fpsScroll
  135.     end
  136.   end
  137.   object AutoSearchButton: TButton
  138.     Left = 6
  139.     Top = 73
  140.     Width = 74
  141.     Height = 25
  142.     Caption = 'Auto-setting'
  143.     Enabled = False
  144.     TabOrder = 4
  145.     OnClick = AutoSearchButtonClick
  146.   end
  147.   object ClearButton: TButton
  148.     Left = 6
  149.     Top = 102
  150.     Width = 74
  151.     Height = 25
  152.     Caption = 'Clear'
  153.     Enabled = False
  154.     TabOrder = 5
  155.     OnClick = ClearButtonClick
  156.   end
  157.   object CheckButton: TButton
  158.     Left = 6
  159.     Top = 131
  160.     Width = 74
  161.     Height = 25
  162.     Caption = 'Check'
  163.     Enabled = False
  164.     TabOrder = 6
  165.     OnClick = CheckButtonClick
  166.   end
  167.   object TargetFrameRate: TComboBox
  168.     Left = 6
  169.     Top = 161
  170.     Width = 75
  171.     Height = 20
  172.     Hint = 'Set framerate of target'
  173.     Style = csDropDownList
  174.     Enabled = False
  175.     ItemHeight = 12
  176.     TabOrder = 7
  177.     OnChange = TargetFrameRateChange
  178.   end
  179.   object PopupMenu: TPopupMenu
  180.     OnPopup = PopupMenuPopup
  181.     Left = 192
  182.     Top = 66
  183.     object N7: TMenuItem
  184.       Caption = 'Enable automatic setting after this frame'
  185.       OnClick = N7Click
  186.     end
  187.     object N9: TMenuItem
  188.       Caption = 'Deal after this frame according to selected pattern'
  189.       ShortCut = 16464
  190.       OnClick = N9Click
  191.     end
  192.     object N6: TMenuItem
  193.       Caption = 'Clear after this frame'
  194.       OnClick = N6Click
  195.     end
  196.     object N10: TMenuItem
  197.       Caption = 'Deinterlace since this frame is specified'
  198.     end
  199.     object N3: TMenuItem
  200.       Caption = 'Move to specified frame'
  201.       object N4: TMenuItem
  202.         Caption = 'Original'
  203.         OnClick = N4Click
  204.       end
  205.       object N21: TMenuItem
  206.         Caption = 'After inverse telecine'
  207.         OnClick = N21Click
  208.       end
  209.     end
  210.     object N8: TMenuItem
  211.       Caption = '-'
  212.     end
  213.     object N1: TMenuItem
  214.       Caption = 'Deinterlace'
  215.     end
  216.     object N17: TMenuItem
  217.       Caption = 'Output frame'
  218.       ShortCut = 32
  219.       OnClick = N17Click
  220.     end
  221.     object N2: TMenuItem
  222.       Caption = 'Copy frame'
  223.       ShortCut = 67
  224.       OnClick = N2Click
  225.     end
  226.     object N13: TMenuItem
  227.       Caption = '-'
  228.     end
  229.     object N5: TMenuItem
  230.       Caption = 'List of command'
  231.       object Prior1: TMenuItem
  232.         Tag = -1
  233.         Caption = 'Previous frame'
  234.         ShortCut = 37
  235.         OnClick = Prior1Click
  236.       end
  237.       object Next2: TMenuItem
  238.         Tag = 1
  239.         Caption = 'Next frame'
  240.         ShortCut = 39
  241.         OnClick = Prior1Click
  242.       end
  243.       object N20: TMenuItem
  244.         Tag = -2
  245.         Caption = 'Move to 1 before previous frame'
  246.         ShortCut = 8229
  247.         OnClick = Prior1Click
  248.       end
  249.       object N22: TMenuItem
  250.         Tag = 2
  251.         Caption = 'Move to 1 after next frame'
  252.         ShortCut = 8231
  253.         OnClick = Prior1Click
  254.       end
  255.       object Next1: TMenuItem
  256.         Tag = -1
  257.         Caption = 'Move to previous output frame'
  258.         ShortCut = 16421
  259.         OnClick = Next1Click
  260.       end
  261.       object N14: TMenuItem
  262.         Tag = 1
  263.         Caption = 'Move to next output frame'
  264.         ShortCut = 16423
  265.         OnClick = Next1Click
  266.       end
  267.       object N23: TMenuItem
  268.         Tag = -2
  269.         Caption = 'Move to 1 before previous output frame'
  270.         ShortCut = 24613
  271.         OnClick = Next1Click
  272.       end
  273.       object N24: TMenuItem
  274.         Tag = 2
  275.         Caption = 'Move to 1 after next output frame'
  276.         ShortCut = 24615
  277.         OnClick = Next1Click
  278.       end
  279.       object N15: TMenuItem
  280.         Caption = '-'
  281.       end
  282.       object N18: TMenuItem
  283.         Caption = 'Output this frame'
  284.         ShortCut = 90
  285.         OnClick = N18Click
  286.       end
  287.       object N19: TMenuItem
  288.         Caption = 'Do not output this frame'
  289.         ShortCut = 88
  290.         OnClick = N19Click
  291.       end
  292.       object N11: TMenuItem
  293.         Caption = 'Switch deinterlace(previous)'
  294.         ShortCut = 38
  295.         OnClick = N11Click
  296.       end
  297.       object N12: TMenuItem
  298.         Tag = 1
  299.         Caption = 'Switch deinterlace(next)'
  300.         ShortCut = 40
  301.         OnClick = N12Click
  302.       end
  303.       object N25: TMenuItem
  304.         Caption = 'Switch deiterlace type (previous)'
  305.         ShortCut = 16422
  306.         OnClick = N25Click
  307.       end
  308.       object N26: TMenuItem
  309.         Tag = 1
  310.         Caption = 'Switch deiterlace type (next)'
  311.         ShortCut = 16424
  312.         OnClick = N26Click
  313.       end
  314.       object N31: TMenuItem
  315.         Caption = 'Insert 3:2 pulldown sequence(previous)'
  316.         ShortCut = 45
  317.         OnClick = N31Click
  318.       end
  319.       object N321: TMenuItem
  320.         Tag = 1
  321.         Caption = 'Insert 3:2 pulldown sequence(next)'
  322.         ShortCut = 46
  323.         OnClick = N31Click
  324.       end
  325.     end
  326.     object N16: TMenuItem
  327.       Caption = '-'
  328.     end
  329.     object FineZoomViewBox: TMenuItem
  330.       Caption = 'Reduce thumbnail pictures in high quality'
  331.       OnClick = FineZoomViewBoxClick
  332.     end
  333.     object CalcFlickerPower: TMenuItem
  334.       Caption = 'Display Flicker power'
  335.       OnClick = CalcFlickerPowerClick
  336.     end
  337.   end
  338.   object VideoScrollBar24fpsChangeTimer: TTimer
  339.     Enabled = False
  340.     Interval = 500
  341.     OnTimer = VideoScrollBar24fpsChangeTimerTimer
  342.     Left = 128
  343.     Top = 122
  344.   end
  345. end
  346.